home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / SyncBack Freeware 3.2.9 / SyncBack_Setup.exe / install_script.iss
Text File  |  2005-11-15  |  4KB  |  85 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=SyncBack
  5. AppVerName=SyncBack 3.2.9.0
  6. AppId=SyncBack
  7. AppPublisher=2BrightSparks
  8. AppPublisherURL=http://www.SyncBack.com
  9. AppSupportURL=http://www.SyncBack.com
  10. AppUpdatesURL=http://www.SyncBack.com
  11. AppMutex=SyncBack
  12. DefaultDirName={pf}\2BrightSparks\SyncBack
  13. DefaultGroupName=2BrightSparks\SyncBack
  14. UninstallDisplayIcon={app}\SyncBack.exe
  15. UninstallDisplayName=SyncBack
  16. OutputBaseFilename=SyncBack_Setup
  17. Compression=lzma
  18. PrivilegesRequired=none
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\SYNCBACK.HLP"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  29. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  33. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.hlp"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  34. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  35.  
  36. [INI]
  37. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  38. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  39. FileName: "{app}\SyncBackSE.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.SyncBackSE.com/"; 
  40.  
  41. [Run]
  42. Filename: "{app}\SyncBack.exe"; Description: "Launch SyncBack"; Flags: postinstall skipifsilent nowait
  43. Filename: "{app}\SYNCBACK.HLP"; WorkingDir: "{app}"; Description: "Read the help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  44. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Join the mailing list"; Flags: shellexec postinstall unchecked skipifsilent nowait
  45.  
  46. [Icons]
  47. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  48. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.HLP"; 
  49. Name: "{group}\Mailing List"; Filename: "{app}\MailingList.url"; 
  50. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  51. Name: "{group}\SyncBackSE"; Filename: "{app}\SyncBackSE.url"; 
  52. Name: "{group}\Uninstall SyncBack"; Filename: "{uninstallexe}"; 
  53. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  55.  
  56. [Tasks]
  57. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  58. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  59.  
  60. [UninstallDelete]
  61. Type: files; Name: "{app}\*_excl.txt"; 
  62. Type: files; Name: "{app}\*_excl_dir.txt"; 
  63. Type: files; Name: "{app}\*_Log_Page*.html"; 
  64. Type: files; Name: "{app}\*_Log*.txt"; 
  65. Type: files; Name: "{app}\Debug_*.txt"; 
  66. Type: files; Name: "{app}\MailingList.url"; 
  67. Type: files; Name: "{app}\Forums.url"; 
  68. Type: files; Name: "{app}\SyncBackSE.url"; 
  69.  
  70. [CustomMessages]
  71. default.NameAndVersion=%1 version %2
  72. default.AdditionalIcons=Additional icons:
  73. default.CreateDesktopIcon=Create a &desktop icon
  74. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  75. default.ProgramOnTheWeb=%1 on the Web
  76. default.UninstallProgram=Uninstall %1
  77. default.LaunchProgram=Launch %1
  78. default.AssocFileExtension=&Associate %1 with the %2 file extension
  79. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  80.  
  81. [Languages]
  82. ; These files are stubs
  83. ; To achieve better results after recompilation, use the real language files
  84. Name: "default"; MessagesFile: "embedded\default.isl"; 
  85.